* {
margin: 0;
padding: 0;
}

html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}



body{
  xbackground:#ECEEE0;
  background:#666666;
  font: 90%,  Arial, Verdana, Helvetica, sans-serif;
  min-width:990px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}

h1 {
	font-size: 1.4em;
}

.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  overflow:hidden;
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
}


* html .clear{height:auto;margin-bottom:0;clear: both;} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/

#alles{
  background:#ECEEE0;
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:990px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}

#main {
  min-height:100%; 
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  /*border-right:1px solid #000000; /*** Sets the external right side border. ***/
  /*border-left:1px solid #000000; /*** Sets the external left side border. ***/
  background: #ECEEE0; /*** Set background color for side columns for Safari & IE ***/
}
#ma\69	n{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}

/* \*/
* html #main{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/

#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:220px; /*** Critical left col dimension value = left col width ***/
  width:546px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
 /* border-right:1px solid #000000; /*** Sets the internal right side border. ***/
 /* border-left:1px solid #000000; /*** Sets the internal left side border. ***/
  background: white; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html #outer{ /*** IE5.x/win box model fix ***/
  width:548px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:546px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}
#float-wrap{
  width:546px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
  display:inline;
  background: white;
  /* JLO BORDER border-right: 1px solid #A8A8A8; */
}

#navigation{
  width: 222px;
  float:left;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-221px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
html #navigation{width:221px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/

#container-navigation{
  padding-top: 25px;
  width: 221px;
  /* JLO BORDER border-right:1px solid #a8a8A8; */
}

#rechts{
  float:left;
  display:inline;
  width:222px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-222px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/ 
}

/* \*/
* html #rechts{
  width:220px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-220px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:222px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-222px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/
#container-rechts{
/* \*/
  /*width:220px;*/
  width:212px;
  padding: 5px;
  background-color: #ECEEE0;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:3px; /*** Critical right divider dimension value = one internal border width + 2px ***/
}
/* \*/
* html #container-rechts{
  fl\oat:right;
  di\splay:inline;
  margin-left:2px;
  mar\gin-left:0px;
}






/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #navigation {
	margin-right:-3px;
}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
	  
#content{
  width:538px; /*** Set to = center col width ***/
  float:right;
  display:inline;
  padding-top: 25px;
/* \*/
  margin-left:-1px;
  margin-right:4px;
/* Hidden from IE-mac */
}

#content p {
	padding-bottom: 10px;
}

#content img {
	border: none;
}

#content a {
        text-decoration: underline;
        color: #004879;
}

#content a:visited {
        text-decoration: underline;
}

#content a:hover {
        text-decoration: none;
}

#content ul, ol, blockquote {
	padding-left: 30px;
}



#content-center {
	background: white;
	position: relative;
}

/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercontent{
  height:137px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:137px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}
#clearheaderright{
  height:137px; /*** needed to make room for header in right column ***/
  overflow:hidden;
}
#clearfootercontent{
  height:1px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:1px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
  /* JLO-BORDER border-right: 1px solid #A8A8A8; */
}

#clearfooterright{
  height:1px; /*** needed to make room for footer in right column ***/
  overflow:hidden;
}

#footer{
  z-index:2; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative;
  clear: both;
  width:990px; 
  height:1px;
  overflow:hidden;
  margin-top:-5px; /*** negative height ***/
  background: #ECEEE0;
}

#subfooter1{
  background:#ECEEE0; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:0px; /*** sub-footer row height ***/
  margin-top:-2px;
/*  z-index:15;  */
}

#selector {
	position: absolute;
	font-size: 0.8em;
	top: 118px;
	left: 0px;
	width: 220px;
	z-index: 3;
}
#selector td {
	font-size: 0.8em;
}

#selector .active {
	background: #ECEEE0;
	color: black;
   display:block;
	border-left: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
}

#selector .active a {
	text-decoration: none;
	color: black;
}

#selector .active a:visited {
	text-decoration: none;
}

#selector .active a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #8A8A8A;
}

#selector .normal {
	background: #E1EDF2;
	color: #A8A8A8;
	display:block;
	border-left: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
}
#selector .normal a {
	text-decoration: none;
	color: #A8A8A8;
}

#selector .normal a:visited {
	text-decoration: none;
}

#selector .normal a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #8A8A8A;
}

#selector .b1, .b2, .b3, .b4, .b2a, .b3a, .b4a {display:block; overflow:hidden; font-size:1px; height: 1px;}
#selector .b1a {display:block; overflow:hidden; font-size:1px; height: 1px;}
#selector .b2, .b3, .b4 {background:#E1EDF2; border-left:1px solid #8A8A8A; border-right:1px solid #8A8A8A;}

#selector .b2a, .b3a, .b4a {background:#ECEEE0; border-left:1px solid #8A8A8A; border-right:1px solid #8A8A8A;}
#selector .b1a {margin:0 4px; border-width:0 2px; background:#8A8A8A;}
#selector .b1 {margin:0 4px; border-width:0 2px;}

#selector .b2, .b2a {margin:0 3px; background:#8A8A8A;}
#selector .b3, .b3a {margin:0 2px;}
#selector .b4, .b4a {height:2px; margin:0 1px;}




#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:990px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:137px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
  background: white;
}

.outer_horiz_border, .sb_outer_horiz_border{
  background:white;
  height:0px;
  overflow:hidden;
  font-size:0px
}






#logo {
top: 0px;
left: 0px;
width: 220px;
height: 120px;
color: #fff;
background: White;
}
#logo img {
	margin-top: 37px;
}
#mainlogo {
   position: absolute;
	top: 0px;
	left: 220px;
	width: 546px;
	height: 137px;
}
#blueline {
position: absolute;
top: 126px;
left: 220px;
width:546px; 
}

#search{
/* \*/
  width:212px;
  padding: 5px;
  background-color: #ECEEE0;
  margin-left:3px; 
}

#toptools {
	position: absolute;
	top: 10px;
	left: 768px;
	width: 220px;
	background: white;
	font-size: 0.8em;
}

#toptools img {
	border: none;
}

#toptools a {
        text-decoration: underline;
        color: #004879;
}

#toptools a:visited {
        text-decoration: underline;
}

#toptools a:hover {
        text-decoration: none;
	font-weight : normal;
        border-bottom: 1px dotted #004879;
}

#login {
        position: absolute;
        top: 40px;
        left: 768px;
        width: 220px;
        background: white;
        color: #004879;
	font-size: 0.9em;
}

#login .tx-newloginbox-pi1 p {
	text-align: center;
	font-weight: normal;
	padding-bottom: 3px;
}

#login .tx-newloginbox-pi1 h3 {
	text-align: center;
}

#login .tx-newloginbox-pi1 fieldset {
	border: none;
	padding: 5px;
}


#login .tx-newloginbox-pi1 label {
	float:left;
	text-align: left;
	font-weight: normal;
	width: 55px;
}


#login .tx-newloginbox-pi1 input {
	width: 120px;
	color: #004879;
	font-size: 0.9em;
}

#dirpath {
	position: absolute;
	top: 140px;
	left: 5px;
	font-size: 0.8em;
}

.tx-sitemap-pi1 {
	font-weight: normal;
        font-size: 0.9em;
        color: black;
}


#th_sm_l a {
	text-decoration: none;
}

#th_sm_l a:visited {
	text-decoration: none;
}

#th_sm_l a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #8A8A8A;
}

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

.csc-uploads-icon {
	width: 30px;
}

.csc-uploads-fileName {
	font-size: 0.9em;
	width: 400px;
}

.csc-uploads-fileSize {
	font-size: 0.8em;
	width: 100px;
}
.csc-uploads a {
        text-decoration: none;
        color: black;
}

.csc-uploads a:visited {
        text-decoration: none;
}

.csc-uploads a:hover {
        text-decoration: none;
        border-bottom: 1px dotted #8A8A8A;
}

.csc-uploads img {
        width: 25px;
        height: 25px;
        padding-left: 5px;
}


/* #### Typo3 Content-Elemente und Plugins steuern #### */
.csc-textpic-imagewrap {
	 background: #EDEDED;
	position: relative;
}

.csc-textpic-caption {
	 background: #EDEDED;
	 padding: 3px; 
	 margin: 3px;
	margin-bottom: 3px;
}

.csc-textpic-image {
	border: 3px solid #EDEDED;
}


.csc-mailform {
        border: 0px;
	padding-bottom: 5px;
}

.csc-mailform-field label {
        font-size: 1.0em; 
        width: 10em;
        float: left;
        text-align: left;
        margin-right: 0.5em;
	margin-bottom: 5px;
        display: block
}

.csc-mailform-field input, textarea{
	margin-bottom: 10px;
}

.csc-mailform-submit {
	margin-top: 10px;
        margin-left: 12.5em;
}


.news-latest-item {
/*        padding:3px; */
        margin:3px;
	margin-bottom: 10px;
}

.news-latest-item h3 {
	background:#004879; 
        color:White;
	width: 200px;
	border-left: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	font-size: 0.9em;
	font-weight: normal;
}

.news-latest-item .bodytext {
	width: 200px;
	border-left: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	background: white;
}

.news-latest-item img {
	width: 200px;
}

.news-latest-item h3 a, h3 a:hover, h3 a:visited {
        color:White;
}

.news-latest-item a {
	text-decoration: none;
}

.news-latest-item a:visited {
	text-decoration: none;
}

.news-latest-item a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #8A8A8A;
}

.news-latest-morelink {
	width: 200px;
	background-color: white;
	text-align: right;
	border-left: 1px solid #8A8A8A;
	border-right: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
}

.news-latest-morelink a, a:hover, a:visited {
	text-decoration: none;
	color: black;
}

.tx-wssitemap-pi1 .treemenudiv a {
	text-decoration: none;
	color: black;
}

.tx-wssitemap-pi1 .treemenudiv a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #8A8A8A;
	color: black;
}

.tx-wssitemap-pi1 a:visited {
	text-decoration: none;
	color: black;
}


#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:546px; /*** = Center Col Width ***/
  margin-left:220px; /*** = Left Col Width ***/
  background:#ECEEE0; /*** Set background color for center column for Mozilla & Opera ***/
  border-right:0px solid #000000; /*** Sets the internal left side border.
   
Remove border styles if no Internal Borders. ***/
}

* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}



